home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1998 February / Macworld (1998-02).dmg / Inside Macworld / Alphamania 2 & Effector Sets / AlphaMania 2 / methods and modes.dir / 00010.ls < prev    next >
Encoding:
Text File  |  1997-12-19  |  349 b   |  13 lines

  1. on mouseUp
  2.   global kCandyHeartSprite
  3.   set fxl to GetEffectList(sprite(kCandyHeartSprite))
  4.   if count(fxl) = 2 then
  5.     RemoveAllEffects(sprite(kCandyHeartSprite))
  6.   end if
  7.   set the drawMethod of member "candyheart" to #reveal
  8.   set the sourceRelToSprite of member "candyheart" to 0
  9.   CenterSprite()
  10.   UpdateOutput("reveal")
  11.   StylizeOutput()
  12. end
  13.